projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be6a2f1
)
(conf-space-keywords): Mark this regexps as safe if a string.
author
Glenn Morris
<rgm@gnu.org>
Thu, 25 Oct 2007 03:59:26 +0000
(
03:59
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Thu, 25 Oct 2007 03:59:26 +0000
(
03:59
+0000)
lisp/textmodes/conf-mode.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/conf-mode.el
b/lisp/textmodes/conf-mode.el
index 9eae2f54e5f1cbf99712f672791fd45c15614b65..51dca954c74fe99470258fbf01e3f2e54a315633 100644
(file)
--- a/
lisp/textmodes/conf-mode.el
+++ b/
lisp/textmodes/conf-mode.el
@@
-176,6
+176,7
@@
This allows constructs such as
keyword var value
This variable is best set in the file local variables, or through
`conf-space-keywords-alist'.")
+(put 'conf-space-keywords 'safe-local-variable 'stringp)
(defvar conf-space-font-lock-keywords
`(;; [section] (do this first because it may look like a parameter)